@media screen and (min-width: 700px){
	.hidden-pc{
		display:none!important;
	}
}
.common_footer{
    background: #0d1318;
    padding-top: 35px;
	line-height:25px;
}
.common_footer .content_gy{
    display: flex;
    flex-wrap: wrap;
}
.common_footer .content_gy::after{
    display: none;
}
.common_footer .content_gy .logo{
    width: 310px;
    padding-left: 20px;
    border-right: 1px solid #24292d;
    margin-right: 15px;
	font-size: 14px;
}
.common_footer .content_gy .nav{
    display: flex;
    justify-content: space-around;
    border-right: 1px solid #24292d;
    padding-right: 0px;
	margin-right:20px;
}
.common_footer .content_gy .nav .item{
    margin: 0 25px;
}
.common_footer .content_gy .nav .item a{
    display: block;
    width: 100%;
    color: #a0a1a3;
    font-size: 14px;
    margin-bottom: 20px;
}
.common_footer .content_gy .nav .item a.b{
    color: #fff;
    font-size: 16px;
}
.common_footer .content_gy .contact{
    width: 300px;
	margin-top:50px;
}
.common_footer .content_gy .contact .ewm{
    display: flex;
    color: #a6a7a8;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}
.common_footer .content_gy .contact .ewm .item{
    margin: 0 20px;
}
.common_footer .content_gy .contact .info{
    margin-left: 20px;
    font-size: 12px;
    color: #a6a7a8;
    display: flex;
    line-height: 20px;
}
.common_footer .content_gy .contact .info span{
    display: block;
    margin-right: 10px;
}
.common_footer .content_gy .contact .other_info{
    margin-left: 20px;
}
.common_footer .content_gy .contact .other_info p{
    font-size: 12px;
    color: #a6a7a8;
    display: flex;
    line-height: 20px;
}

.common_footer .content_gy .contact .other_info p span{
    width: 50%;
}

.common_footer .bottom_info{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-top: 1px solid #24292d;
    color: #666666;
    font-size: 12px;
} 
.common_footer .bottom_info a{
    
    color: #666666;
}


.new_main .tag {
    background: #303438;
    height: 80px;
}

.new_main .tag .content_gy a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

.new_main .tag .content_gy a img {
    margin-right: 15px;
}

.new_main .tag .content_gy {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}

.new_main .tag .content_gy::after {
    display: none;
}

